Skip to main content
This forum is closed to new posts and responses. Individual names altered for privacy purposes. The information contained in this website is provided for informational purposes only and should not be construed as a forum for customer support requests. Any customer support requests should be directed to the official HCL customer support channels below:

HCL Software Customer Support Portal for U.S. Federal Government clients
HCL Software Customer Support Portal

HCL Sametime Forum

HCL Sametime Forum


  

PreviousPrevious NextNext

Sametime 8.0.2 client on Ubuntu 8.04
~Vanessa Minboosiburoden 25.Apr.09 07:26 PM a Web browser
Client All Releases Linux


I did this, replacing the the original install.sh with my own rewritten.
I have ubuntu 8.04 totally updated by 2009-04-25.
It should work with both install and uninstall.
I have only tested this with the sametime-connect-8.0.2-1.i586.rpm downloaded from a 8.0.2 server with the network install.
After you have dowloaded and unpacked it create a new file in the same directory and name it debinstall.sh.

1. sudo su
2. got to the directory where you the sametime-connect-8.0.2-1.i586.rpm file
3. sudo ./debinstall.sh install

The file is hardcoded for sametime-connect-8.0.2-1.i586.rpm if you have something and want to test this change it.
To uninstall use sudo ./debinstall.sh uninstall

Here is the code to use in debinstall.sh:
#!/bin/bash

# The script is to used to install/uninstall Sametime Connect 8.0.2
# Two correct ways to run this script by root:
# (1) #debinstall.sh
# or
# #debinstall.sh install
# to run installation process
# (2) #debinstall.sh uninstall
# to run un-installation process
PATH=/bin:/usr/bin:$PATH; export PATH

cd `dirname $0`
unset LD_PRELOAD
unset LD_LIBRARY_PATH

OPTION=$1

if [[ -z "$OPTION" || "$OPTION" == "install" ]]
then

echo "Begin to install Sametime Connect 8.0.2..."

INSTALLED_sametime=`dpkg -l sametime-connect | grep "ii"`
if [ -z "$INSTALLED_sametime" ]
then
echo "Install sametime-connect-8.0.2-1.i586.rpm"
apt-get install alien
rm /bin/sh
ln -s /bin/bash /bin/sh
ls -lah /bin/sh
alien -d -i -c -v -k sametime-connect-8.0.2-1.i586.rpm
bash /var/lib/dpkg/info/sametime-connect.postinst 1
aptitude -P install
rm /bin/sh
ln -s /bin/dash /bin/sh
ls -lah /bin/sh
mkdir -p ~/Lotus/Sametime/license/
mkdir -p ~/SametimeTranscripts
mkdir ~/null/
/usr/bin/sametime-connect
else
echo "sametime-connect is already installed, skip."
fi


echo "Install Done "

else
if [ "$OPTION" == "uninstall" ]
then

echo "Begin to uninstall Sametime Connect 8.0.2..."

INSTALLED_sametime=`dpkg -l sametime-connect | grep "ii"`
if [ -n "$INSTALLED_sametime" ]
then
echo "Uninstall sametime-connect-8.0.2-1.i586.rpm"
rm /bin/sh
ln -s /bin/bash /bin/sh
ls -lah /bin/sh
bash /var/lib/dpkg/info/sametime-connect.prerm 0
dpkg -P sametime-connect
bash /var/lib/dpkg/info/sametime-connect.postrm 0
rm /bin/sh
ln -s /bin/dash /bin/sh
ls -lah /bin/sh
rm -rf ~/Lotus/Sametime/license/
rm -rf ~/SametimeTranscripts
rm -rf ~/null/
else
echo "sametime-connect is not installed, skip."
fi

echo "Uninstall Done "


else

echo "Invalid arguments."
echo "Install command: "
echo " (Option 1) debinstall.sh"
echo " (Option 2) debinstall.sh install"
echo "Uninstall command: "
echo " debinstall.sh uninstall"

fi
fi




Sametime 8 client on Ubuntu (~Laura Opponely... 31.Dec.07)
. . RE: Sametime 8 client on Ubuntu (~Helga Opjipyko... 3.Jan.08)
. . . . RE: Sametime 8 client on Ubuntu (~Laura Opponely... 4.Jan.08)
. . . . . . RE: Sametime 8 client on Ubuntu (~Helga Opjipyko... 4.Jan.08)
. . . . . . . . RE: Sametime 8 client on Ubuntu (~Laura Opponely... 4.Jan.08)
. . . . . . . . . . RE: Sametime 8 client on Ubuntu (~Helga Opjipyko... 4.Jan.08)
. . . . . . . . . . . . RE: Sametime 8 client on Ubuntu (~Sigmund Dworel... 25.Feb.08)
. . . . . . . . . . . . . . RE: Sametime 8 client on Ubuntu (~Helga Opjipyko... 30.Jun.08)
. . . . RE: Sametime 8 client on Ubuntu (~Dean Zekreskia... 24.Apr.08)
. . . . . . RE: Sametime 8 client on Ubuntu (~Helga Opjipyko... 30.Jun.08)
. . . . . . . . RE: Sametime 8 client on Ubuntu (~Naomi Kikroson... 16.Mar.09)
. . . . . . . . . . RE: Sametime 8 client on Ubuntu (~Evelyn Dwofree... 29.Mar.09)
. . . . . . Sametime 8.0.2 client on Ubuntu 8.0... (~Vanessa Minboo... 25.Apr.09)


Document Options






  Document options
Print this pagePrint this page

Search this forum

Forum views and search


  Forum views and search
Date (threaded)
Date (flat)
With excerpt
Category
Platform
Release
Advanced search

Member Tools


RSS Feeds

 RSS feedsRSS
All forum posts RSS
All main topics RSS